SixBit API Schema
Buyer_AddUpdateType Complex Type
Description
An API call to add or update buyers.
Namespace (none)
Diagram
CustomFields Element ShippingAddress Element BillingAddress Element Suffix Element Prefix Element WebAddress Element Title Element DateLastModified Element SalesTaxID Element Notes Element Fax Element Phone Element Company Element LastName Element Initial Element FirstName Element eBayUserid Element Email Element BuyerID Element All Buyer Element Sequence Buyers Element All Buyer_AddUpdateType Complex Type
Overview
Buyer_AddUpdateType
An API call to add or update buyers.
action optional auactionParam Simple Type
logfilepath optional xs:string
The full name and path to a location to place logging information.
All
Sequence
Buyer 0..∞ BuyerType Complex Type
The information about a buyer.
All
Sequence
Any 0..∞
Used By
Buyer_AddUpdate Element
Attributes
NameTypeUseDefaultFixedDescription
actionauactionParam Simple TypeoptionalAddandUpdate  
logfilepathxs:stringoptional  The full name and path to a location to place logging information.
Source
<xs:complexType name="Buyer_AddUpdateType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>An API call to add or update buyers.</xs:documentation>
  </xs:annotation>
  <xs:all>
    <xs:element name="Buyers" type="BuyersType" minOccurs="1" maxOccurs="1" />
  </xs:all>
  <xs:attribute name="action" type="auactionParam" default="AddandUpdate" />
  <xs:attribute name="logfilepath" type="xs:string">
    <xs:annotation>
      <xs:documentation>The full name and path to a location to place logging information.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
See Also
SixBit API Schema

 

 


© 2022 All Rights Reserved.

Send comments on this topic.